***Antipattern***
Count: 22
POST  /shop/admin/countries [Singular last node with POST method.] 
POST  /shop/admin/customers [Singular last node with POST method.] 
POST  /shop/admin/customers/:customers_id/addresses [Singular last node with POST method.] 
POST  /shop/admin/customer_groups [Singular last node with POST method.] 
POST  /shop/admin/discount_lists [Singular last node with POST method.] 
POST  /shop/admin/option_types [Singular last node with POST method.] 
POST  /shop/admin/option_types/:option_type_id/option_values [Singular last node with POST method.] 
POST  /shop/admin/prices/update_prices [Singular last node with POST method.] 
POST  /shop/admin/discount_lists/:discount_list_id/prices [Singular last node with POST method.] 
POST  /shop/admin/discount_lists/:discount_list_id/prices [Singular last node with POST method.] 
POST  /shop/admin/customers/:customer_id/prices [Singular last node with POST method.] 
POST  /shop/admin/price_lists [Singular last node with POST method.] 
POST  /shop/admin/products [Singular last node with POST method.] 
POST  /shop/admin/products [Singular last node with POST method.] 
POST  /shop/admin/properties/:property_id/property_values [Singular last node with POST method.] 
POST  /shop/admin/shipping_categories [Singular last node with POST method.] 
POST  /shop/admin/prices/:price_id/staggered_prices [Singular last node with POST method.] 
POST  /shop/admin/stock_items/:id/movement [Singular last node with POST method.] 
POST  /shop/admin/variants/:variant_id/stock_item/movement [Singular last node with POST method.] 
POST  /shop/admin/tax_zones [Singular last node with POST method.] 
POST  /shop/admin/products/:product_id/variants [Singular last node with POST method.] 
POST  /shop/admin/variants/update_stock [Singular last node with POST method.] 

***Pattern***
Count: 87
GET  /shop/admin/countriesregular methods.
GET  /shop/admin/countries/:idregular methods.
PUT  /shop/admin/countries/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/currenciesregular methods.
GET  /shop/admin/currencies/:idregular methods.
GET  /shop/admin/customersregular methods.
GET  /shop/admin/customers/:idregular methods.
PUT  /shop/admin/customers/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/customers/:customers_id/addressesregular methods.
GET  /shop/admin/customers/:customers_id/addresses/:idregular methods.
PUT  /shop/admin/customers/:customers_id/addresses/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/customer_groupsregular methods.
GET  /shop/admin/customer_groups/:idregular methods.
PUT  /shop/admin/customer_groups/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/discount_listsregular methods.
GET  /shop/admin/discount_lists/:idregular methods.
PUT  /shop/admin/discount_lists/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/groupsregular methods.
GET  /shop/admin/groups/:idregular methods.
PUT  /shop/admin/groups/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/option_typesregular methods.
GET  /shop/admin/option_types/:idregular methods.
PUT  /shop/admin/option_types/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/option_types/:option_type_id/option_valuesregular methods.
GET  /shop/admin/option_types/:option_type_id/option_values/:idregular methods.
PUT  /shop/admin/option_types/:option_type_id/option_values/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/ordersregular methods.
GET  /shop/admin/orders/:idregular methods.
PUT  /shop/admin/orders/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/orders/:order_id/paymentsregular methods.
GET  /shop/admin/orders/:order_id/payments/:idregular methods.
PUT  /shop/admin/orders/:order_id/payments/active [Pluralized last node with PUT|DELETE method.] 
PUT  /shop/admin/orders/:order_id/payments/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/orders/:order_id/shipmentsregular methods.
GET  /shop/admin/orders/:order_id/shipments/:idregular methods.
PUT  /shop/admin/orders/:order_id/shipments/first [Pluralized last node with PUT|DELETE method.] 
PUT  /shop/admin/orders/:order_id/shipments/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/payment_methodsregular methods.
GET  /shop/admin/payment_methods/:idregular methods.
GET  /shop/admin/pricesregular methods.
GET  /shop/admin/prices?price_list_id=:price_list_idregular methods.
GET  /shop/admin/prices/:idregular methods.
PUT  /shop/admin/prices/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/prices?discount_list_id=:discount_list_idregular methods.
DELETE  /shop/admin/discount_lists/:discount_list_id/prices/:variant_id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/prices?customer_id=:customer_idregular methods.
DELETE  /shop/admin/customers/:customer_id/prices/:variant_id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/price_listsregular methods.
GET  /shop/admin/price_lists/:idregular methods.
PUT  /shop/admin/price_lists/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/productsregular methods.
GET  /shop/admin/products/:idregular methods.
PUT  /shop/admin/products/:idUpdate Product [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/propertiesregular methods.
GET  /shop/admin/properties/:idregular methods.
PUT  /shop/admin/properties/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/properties/:property_id/property_valuesregular methods.
GET  /shop/admin/properties/:property_id/property_values/:idregular methods.
PUT  /shop/admin/properties/:property_id/property_values/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/shipping_categoriesregular methods.
GET  /shop/admin/shipping_categories/:idregular methods.
PUT  /shop/admin/shipping_categories/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/shipping_methodsregular methods.
GET  /shop/admin/shipping_methods/:idregular methods.
GET  /shop/admin/prices/:price_id/staggered_pricesregular methods.
GET  /shop/admin/prices/:price_id/staggered_prices/:idregular methods.
PUT  /shop/admin/prices/:price_id/staggered_prices/:id [Pluralized last node with PUT|DELETE method.] 
DELETE  /shop/admin/prices/:price_id/staggered_prices/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/stock_itemsregular methods.
GET  /shop/admin/stock_items/:idregular methods.
GET  /shop/admin/variants/:variant_id/stock_itemregular methods.
PUT  /shop/admin/stock_items/:id [Pluralized last node with PUT|DELETE method.] 
PUT  /shop/admin/variants/:variant_id/stock_item [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/tax_categoriesregular methods.
PUT  /shop/admin/tax_categories/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/tax_ratesregular methods.
GET  /shop/admin/tax_rates/:idregular methods.
PUT  /shop/admin/tax_rates/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/tax_zonesregular methods.
GET  /shop/admin/tax_zones/:idregular methods.
PUT  /shop/admin/tax_zones/:id [Pluralized last node with PUT|DELETE method.] 
GET  /shop/admin/variantsregular methods.
GET  /shop/admin/products/:product_id/variantsregular methods.
GET  /shop/admin/variants/:idregular methods.
GET  /shop/admin/products/:product_id/variants/:idregular methods.
PUT  /shop/admin/variants/:id [Pluralized last node with PUT|DELETE method.] 
PUT  /shop/admin/products/:product_id/variants/:id [Pluralized last node with PUT|DELETE method.] 
